ref: d5f6b3b66ec630d2e15496c8343936e2ff6aa797
parent: 857ffd39b0f2facb4ce1a7a81fc0d2f4436ace51
author: Avi Halachmi (:avih) <avihpit@yahoo.com>
date: Mon Apr 19 17:38:36 EDT 2021
test262: remove incorrect shift It remained accidentally when the script changed from custom arguments parsing to using getopts.
--- a/tools/test262
+++ b/tools/test262
@@ -55,7 +55,7 @@
p) PRINT_ALL=yes ;;
s) EXTRA_ARGS="$EXTRA_ARGS -s" ;;
f) EXTRA_ARGS="$EXTRA_ARGS -f" ;;
- l) EXTRA_ARGS="$EXTRA_ARGS -l $OPTARG"; shift ;;
+ l) EXTRA_ARGS="$EXTRA_ARGS -l $OPTARG" ;;
m) mujs=$OPTARG;;
*) usage "unknown option -$o" ;;
esac