Ticket 1904 - Do not use true(1) utility full path in testsuite
Summary: Do not use true(1) utility full path in testsuite
Status: RESOLVED FIXED
Alias: None
Product: Slurm
Classification: Unclassified
Component: Test Suite (show other tickets)
Version: 14.11.8
Hardware: Other Other
: 6 - No support contract
Assignee: Moe Jette
QA Contact:
URL:
Depends on:
Blocks:
 
Reported: 2015-09-01 23:32 MDT by Nicolas Joly
Modified: 2015-09-02 05:26 MDT (History)
3 users (show)

See Also:
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 (1.48 KB, patch)
2015-09-01 23:32 MDT, Nicolas Joly
Details | Diff

Note You need to log in before you can comment on or make changes to this ticket.
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.