]> git.ipfire.org Git - thirdparty/snapper.git/commitdiff
- cleanup
authorArvin Schnell <aschnell@suse.de>
Fri, 13 May 2011 14:32:01 +0000 (16:32 +0200)
committerArvin Schnell <aschnell@suse.de>
Fri, 13 May 2011 14:32:01 +0000 (16:32 +0200)
testsuite-real/run-all

index a91f3746006993db4c903d505d4c0369626a6b6d..43b689e71c79c2c27a3913be4a3852ee3233986d 100755 (executable)
@@ -4,14 +4,12 @@
 function run()
 {
     cmd=$1
-    shift
-    args=$*
 
     echo
-    echo "*** running $cmd $args ***"
+    echo "*** running $cmd ***"
     echo
 
-    ./$cmd $args
+    ./$cmd
 
     if [ $? != 0 ] ; then
         echo "failed"