diff options
| author | Ruediger Meier <ruediger.meier@ga-group.nl> | 2015-12-10 16:56:11 +0100 |
|---|---|---|
| committer | Ruediger Meier <ruediger.meier@ga-group.nl> | 2015-12-10 19:05:25 +0100 |
| commit | ee6c0ca65b36f4925f58d787276786252532be6f (patch) | |
| tree | 6c0eab369c26ac473c1004d9f54b64d3f4935de7 /tests/ts/ipcs | |
| parent | 24147585f0da26bdb4264ecffd8aabcdf584ef07 (diff) | |
| download | util-linux-ee6c0ca65b36f4925f58d787276786252532be6f.tar.gz | |
tests: skip nonroot before checking for progs in PATH
The least annoying and most useful order is this one:
1. check for compiled UL commands
2. check for root
3. check for loop support
4. check for external progs
Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
Diffstat (limited to 'tests/ts/ipcs')
| -rwxr-xr-x | tests/ts/ipcs/limits | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/ts/ipcs/limits b/tests/ts/ipcs/limits index 9048e4dbb..e860724d4 100755 --- a/tests/ts/ipcs/limits +++ b/tests/ts/ipcs/limits @@ -20,7 +20,6 @@ TS_TOPDIR="${0%/*}/../.." TS_DESC="limits overflow" . $TS_TOPDIR/functions.sh - ts_init "$*" ts_check_test_command "$TS_CMD_IPCS" |
