1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 06:31:14 +02:00

Prune unneeded .gitignore entries

This commit is contained in:
Eelco Dolstra 2024-12-11 16:20:29 +01:00
parent 50ba85167c
commit 6d97d57dc7
2 changed files with 4 additions and 120 deletions

View file

@ -309,7 +309,7 @@ runRepl () {
for test in $(cd "$testDir/repl"; echo *.in); do
test="$(basename "$test" .in)"
in="$testDir/repl/$test.in"
actual="$testDir/repl/$test.actual"
actual="$TEST_ROOT/$test.actual"
expected="$testDir/repl/$test.expected"
(cd "$testDir/repl"; set +x; runRepl 2>&1) < "$in" > "$actual" || {
echo "FAIL: $test (exit code $?)" >&2