aboutsummaryrefslogtreecommitdiffstats
path: root/test/sysutils
diff options
context:
space:
mode:
authorLibravatar Fred Barclay <Fred-Barclay@users.noreply.github.com>2017-05-24 14:38:01 -0500
committerLibravatar Fred Barclay <Fred-Barclay@users.noreply.github.com>2017-05-24 14:38:01 -0500
commit997a93efbdcbbaeed517e0bdc5283e9d8b31f422 (patch)
treecbb47fb1b41ced351501686e3fdf9aaf46b31414 /test/sysutils
parentRemove trailing whitespace from platform (diff)
downloadfirejail-997a93efbdcbbaeed517e0bdc5283e9d8b31f422.tar.gz
firejail-997a93efbdcbbaeed517e0bdc5283e9d8b31f422.tar.zst
firejail-997a93efbdcbbaeed517e0bdc5283e9d8b31f422.zip
strip trailing whitespace from test/
Diffstat (limited to 'test/sysutils')
-rwxr-xr-xtest/sysutils/sysutils.sh1
-rwxr-xr-xtest/sysutils/xzdec.exp2
2 files changed, 1 insertions, 2 deletions
diff --git a/test/sysutils/sysutils.sh b/test/sysutils/sysutils.sh
index 02eb0f41d..859d782c6 100755
--- a/test/sysutils/sysutils.sh
+++ b/test/sysutils/sysutils.sh
@@ -77,4 +77,3 @@ then
77else 77else
78 echo "TESTING SKIP: tar not found" 78 echo "TESTING SKIP: tar not found"
79fi 79fi
80
diff --git a/test/sysutils/xzdec.exp b/test/sysutils/xzdec.exp
index e60c1af64..0f3b3ba08 100755
--- a/test/sysutils/xzdec.exp
+++ b/test/sysutils/xzdec.exp
@@ -20,7 +20,7 @@ send -- "diff -s firejail_t1 firejail_t2\r"
20expect { 20expect {
21 timeout {puts "TESTING ERROR 1\n";exit} 21 timeout {puts "TESTING ERROR 1\n";exit}
22 "firejail_t1 and firejail_t2 are identical" 22 "firejail_t1 and firejail_t2 are identical"
23} 23}
24 24
25send -- "rm firejail_t*\r" 25send -- "rm firejail_t*\r"
26sleep 1 26sleep 1