[LTP] [COMMITTED] [PATCH 3/5] testscripts/syscalls.sh: Remove.
Cyril Hrubis
chrubis@suse.cz
Thu Nov 10 11:09:23 CET 2016
The script just calls runltp -f syscalls and does not seem to be called
from any other script inside LTP.
Signed-off-by: Cyril Hrubis <chrubis@suse.cz>
---
testscripts/syscalls.sh | 4 ----
1 file changed, 4 deletions(-)
delete mode 100755 testscripts/syscalls.sh
diff --git a/testscripts/syscalls.sh b/testscripts/syscalls.sh
deleted file mode 100755
index 24455b7..0000000
--- a/testscripts/syscalls.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-cd `dirname $0`
-cd ..
-./runltp -f ${PWD}/runtest/syscalls -q "$@"
--
2.7.3
More information about the ltp
mailing list