summaryrefslogtreecommitdiffstats
path: root/package/ltp-testsuite/ltp-testsuite-sh-is-not-C-code.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/ltp-testsuite/ltp-testsuite-sh-is-not-C-code.patch')
-rw-r--r--package/ltp-testsuite/ltp-testsuite-sh-is-not-C-code.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/ltp-testsuite/ltp-testsuite-sh-is-not-C-code.patch b/package/ltp-testsuite/ltp-testsuite-sh-is-not-C-code.patch
deleted file mode 100644
index a6f98ac13..000000000
--- a/package/ltp-testsuite/ltp-testsuite-sh-is-not-C-code.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- ltp-full-20061121/IDcheck.sh.orig 2006-12-07 22:31:29.000000000 -0700
-+++ ltp-full-20061121/IDcheck.sh 2006-12-07 22:32:58.000000000 -0700
-@@ -85,7 +85,7 @@
- fi
-
- whoami | grep root > /dev/null
--if [ $? == "0" ]; then
-+if [ $? = "0" ]; then
- I_AM_ROOT=1
- fi
-