tests/shell: bring back the static test.cfs

I had forgotten about that ordering thing: depending on the platform
cfspack doesn't read files in a directory in the same order.
Tento commit je obsažen v:
Virgil Dupras 2019-12-31 15:17:22 -05:00
rodič 359991c005
revize eed67c4768
2 změnil soubory, kde provedl 1 přidání a 1 odebrání

Zobrazit soubor

@ -6,7 +6,7 @@ SHELL="${EMULDIR}/shell/shell"
replay() {
fn=$1
replayfn=${fn%.*}.expected
ACTUAL=$("${SHELL}" < "${fn}" 2> /dev/null)
ACTUAL=$("${SHELL}" -f test.cfs < "${fn}" 2> /dev/null)
EXPECTED=$(cat ${replayfn})
if [ "$ACTUAL" = "$EXPECTED" ]; then
echo ok

binární
tests/shell/test.cfs Normální soubor

Binární soubor nebyl zobrazen.