summaryrefslogtreecommitdiffstats
path: root/tests/commands.sh
diff options
context:
space:
mode:
authorSami Kerola2014-04-12 01:59:31 +0200
committerSami Kerola2014-04-26 20:04:57 +0200
commit2556c387aa073c0165bbfe323bf6a42141430518 (patch)
treebd6ed435a9b12dab736c3d78e5e521b70cadda7e /tests/commands.sh
parenttests: check kill print pid option (diff)
downloadkernel-qcow2-util-linux-2556c387aa073c0165bbfe323bf6a42141430518.tar.gz
kernel-qcow2-util-linux-2556c387aa073c0165bbfe323bf6a42141430518.tar.xz
kernel-qcow2-util-linux-2556c387aa073c0165bbfe323bf6a42141430518.zip
tests: check kill all user processes
CC: Bernhard Voelker <mail@bernhard-voelker.de> Signed-off-by: Sami Kerola <kerolasa@iki.fi>
Diffstat (limited to 'tests/commands.sh')
-rw-r--r--tests/commands.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/commands.sh b/tests/commands.sh
index 33bb1ab94..4b5a7d96d 100644
--- a/tests/commands.sh
+++ b/tests/commands.sh
@@ -1,5 +1,5 @@
# Misc settings
-TS_TESTUSER=${TS_TESTUSER:-"test"}
+TS_TESTUSER=${TS_TESTUSER:-"nobody"}
# helpers
TS_HELPER_BYTESWAP="$top_builddir/test_byteswap"