Selaa lähdekoodia

examples/scheduler/schedulers.sh: fix test syntax

Nathalie Furmento 12 vuotta sitten
vanhempi
commit
4e51b5aa3a
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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"