Просмотр исходного кода

examples/scheduler/schedulers.sh: fix test syntax

Nathalie Furmento лет назад: 12
Родитель
Сommit
4e51b5aa3a
1 измененных файлов с 1 добавлено и 1 удалено
  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"