From: Zdeněk Šustr Date: Mon, 2 Apr 2012 12:53:15 +0000 (+0000) Subject: Escaping the greather-than sign X-Git-Tag: glite-px-proxyrenewal_R_1_3_25_2~47 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=e75568c354eda056af131f2c9e82fc0ac84b294c;p=jra1mw.git Escaping the greather-than sign --- diff --git a/org.glite.testsuites.ctb/PX/tests/px-test-all.sh b/org.glite.testsuites.ctb/PX/tests/px-test-all.sh index 6f31c6d..a1b5f67 100755 --- a/org.glite.testsuites.ctb/PX/tests/px-test-all.sh +++ b/org.glite.testsuites.ctb/PX/tests/px-test-all.sh @@ -177,7 +177,7 @@ fi test_done printf "Checking renewal ($REGISTEREDTIMELEFTSEC > $ORIGINALTIMELEFTSEC)? " -expr $REGISTEREDTIMELEFTSEC > $ORIGINALTIMELEFTSEC > /dev/null +expr $REGISTEREDTIMELEFTSEC \> $ORIGINALTIMELEFTSEC > /dev/null if [ $? -eq 0 ]; then test_done else