Ticket 1904

Summary: Do not use true(1) utility full path in testsuite
Product: Slurm Reporter: Nicolas Joly <njoly>
Component: Test SuiteAssignee: Moe Jette <jette>
Status: RESOLVED FIXED QA Contact:
Severity: 6 - No support contract    
Priority: --- CC: brian, da, nyee32
Version: 14.11.8   
Hardware: Other   
OS: Other   
Site: -Other- Slinky Site: ---
Alineos Sites: --- Atos/Eviden Sites: ---
Confidential Site: --- Coreweave sites: ---
Cray Sites: --- DS9 clusters: ---
Google sites: --- HPCnow Sites: ---
HPE Sites: --- IBM Sites: ---
NOAA SIte: --- NoveTech Sites: ---
Nvidia HWinf-CS Sites: --- OCF Sites: ---
Recursion Pharma Sites: --- SFW Sites: ---
SNIC sites: --- Tzag Elita Sites: ---
Linux Distro: --- Machine Name:
CLE Version: Version Fixed: 14.11.10
Target Release: --- DevPrio: ---
Emory-Cloud Sites: ---
Attachments: Do not use true(1) utility full path in testsuite

Description Nicolas Joly 2015-09-01 23:32:39 MDT
Created attachment 2172 [details]
Do not use true(1) utility full path in testsuite

Hi,

Still working on making testsuite work on NetBSD ... found that test6.12 fails due to missing /bin/true utility. On BSD systems, this tool is available as /usr/bin/true.

The provided patch remove /bin/true full path use in testsuite, and fix test6.12 execution under NetBSD and probably other similar systems.

Thanks.