OSDN Git Service

remove debug code
authorRudolf Polzer <divverent@alientrap.org>
Tue, 12 Jul 2011 15:50:23 +0000 (17:50 +0200)
committerRudolf Polzer <divverent@xonotic.org>
Thu, 14 Jul 2011 17:12:22 +0000 (19:12 +0200)
test.sh

diff --git a/test.sh b/test.sh
index 5ceefc5..2cf9d83 100644 (file)
--- a/test.sh
+++ b/test.sh
@@ -87,7 +87,7 @@ t()
 {
        in=$1; shift
        out=$1; shift
-       [ -f "$out" ] || time "$@" < "$in" > "$out"
+       time "$@" < "$in" > "$out"
        html "$out"
 }