]> The Tcpdump Group git mirrors - tcpdump/commitdiff
turn off extra debug for script name/srcdir
authorMichael Richardson <[email protected]>
Tue, 17 Sep 2019 20:51:49 +0000 (16:51 -0400)
committerFrancois-Xavier Le Bail <[email protected]>
Tue, 24 Sep 2019 12:12:09 +0000 (14:12 +0200)
tests/TESTrun.sh
tests/crypto.sh
tests/isis-seg-fault-1-v.sh
tests/lmp-v.sh
tests/nflog-e.sh
tests/smb.sh

index 80bfefd35904c5a4848fd094ee75e42531e9339d..1cd6a77d5c972e03a7fb21bf494e4f7bff5e14b3 100755 (executable)
@@ -26,7 +26,7 @@ runComplexTests()
         ${srcdir}/tests/TEST*.sh) continue;;
         ${srcdir}/tests/\*.sh) continue;;
     esac
-    echo Running $i
+    echo Running $i
     (sh $i ${srcdir})
   done
   passed=`cat ${passedfile}`
index 7eadb1f30156b9d4baa3b7dd968ec7192bc9b760..cd5904ea2bcdcdc20a34ca15a33b1f8b5380a636 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 srcdir=${1-..}
-echo crypto.sh using ${srcdir} from $(pwd)
+echo crypto.sh using ${srcdir} from $(pwd)
 
 SRCDIR=$srcdir
 export SRCDIR
index 47b59103173aad24841229d0e4d4b968366ca954..44b48942de1f19fc2d1f454848ddb6e99addef47 100755 (executable)
@@ -8,7 +8,7 @@ exitcode=0
 test_name=isis-seg-fault-1-v
 
 srcdir=${1-..}
-echo $0 using ${srcdir}
+echo $0 using ${srcdir}
 
 testdir=${srcdir}/tests
 passedfile=tests/.passed
index 2b9222f6adb56c69210b17ea5162e1bdb728870e..e5a49a20a19f11d6a7f9a95fde8b71cd6f9bb8ff 100755 (executable)
@@ -8,7 +8,7 @@
 
 exitcode=0
 srcdir=${1-..}
-echo $0 using ${srcdir}
+echo $0 using ${srcdir}
 
 testdir=${srcdir}/tests
 passedfile=tests/.passed
index dfef3cc19f1716ad637015e1de734d7f3a90c26a..89dcc407b1323f1546dd83c231fab20d93a9f769 100755 (executable)
@@ -2,7 +2,7 @@
 
 exitcode=0
 srcdir=${1-..}
-echo $0 using ${srcdir}
+echo $0 using ${srcdir}
 
 testdir=${srcdir}/tests
 passedfile=tests/.passed
index e82a7013e1922b2bc3360a9c4082f845e071aabf..073551c537ade4ba1bfffa4fb8869a75a97bac6f 100644 (file)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 srcdir=${1-..}
-echo smb.sh using ${srcdir} from $(pwd)
+echo smb.sh using ${srcdir} from $(pwd)
 
 testdir=${srcdir}/tests