]> granicus.if.org Git - jq/commitdiff
Fix tests/run in from-tar-ball case
authorNicolas Williams <nico@cryptonector.com>
Sat, 3 Jan 2015 01:15:11 +0000 (19:15 -0600)
committerNicolas Williams <nico@cryptonector.com>
Sat, 3 Jan 2015 01:15:11 +0000 (19:15 -0600)
Drop useless use of scripts/version

tests/run

index ae63baea6d75e8f75c9204eace617e78ea8ab837..e862bcd69a4365bab2b1929bdc58b5e50a145fb8 100755 (executable)
--- a/tests/run
+++ b/tests/run
@@ -83,12 +83,6 @@ if [ $n -ne 5 ]; then
     exit 1
 fi
 
-v=`scripts/version`
-case "$v" in
-*-*) v=`echo $v|sed -e 's/-.*$/-master/'`;;
-*) true;;
-esac
-
 ## Test JSON sequence support
 
 cat > $d/expected <<EOF