Prechádzať zdrojové kódy

examples/scheduler/schedulers.sh: fix test syntax

Nathalie Furmento 12 rokov pred
rodič
commit
4e51b5aa3a
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      examples/scheduler/schedulers.sh

+ 1 - 1
examples/scheduler/schedulers.sh

@@ -31,7 +31,7 @@ for sched in $SCHEDULERS
 do
     # XXX peager often hangs, we have to fix it.
     # Let's just disable it for now.
-    if [ "$sched" == "peager" ] ; then
+    if [ "$sched" = "peager" ] ; then
         continue
     fi
     echo "cholesky.$sched"