diff --git a/test/studies/bale/indexgather/ig.plot.drive.bash b/test/studies/bale/indexgather/ig.plot.drive.bash index baf6d7e6d1f6..a7ee30bd65f1 100755 --- a/test/studies/bale/indexgather/ig.plot.drive.bash +++ b/test/studies/bale/indexgather/ig.plot.drive.bash @@ -8,17 +8,17 @@ export CHPLEXP_MAX_LOCALES=4 \ `#name features options command` \ `#-------------------------------------------------------------------------` \ - __skip__chpl_fine_1lpn comm --var CHPLEXP_NUM_SUBLOCALES=1 \ + chpl_fine_1lpn comm --var CHPLEXP_NUM_SUBLOCALES=1 \ ./ig.plot.gather.bash \ \ - __skip__chpl_fine_2lpn comm --skip-if-colocales-unsupported \ + chpl_fine_2lpn comm --skip-if-colocales-unsupported \ --var CHPLEXP_NUM_SUBLOCALES=2 \ ./ig.plot.gather.bash \ \ - __skip__chpl_agg_1lpn comm --var CHPLEXP_NUM_SUBLOCALES=1 \ + chpl_agg_1lpn comm --var CHPLEXP_NUM_SUBLOCALES=1 \ ./ig.plot.gather.agg.bash \ \ - __skip__chpl_agg_2lpn comm --skip-if-colocales-unsupported \ + chpl_agg_2lpn comm --skip-if-colocales-unsupported \ --var CHPLEXP_NUM_SUBLOCALES=2 \ ./ig.plot.gather.agg.bash \ \