We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 456252f commit 0f7a7c4Copy full SHA for 0f7a7c4
util/fetch-gnu.sh
@@ -21,6 +21,7 @@ curl -L ${repo}/raw/refs/heads/master/tests/env/env.sh > tests/env/env.sh
21
# Avoid incorrect PASS
22
curl -L ${repo}/raw/refs/heads/master/tests/runcon/runcon-compute.sh > tests/runcon/runcon-compute.sh
23
curl -L ${repo}/raw/refs/heads/master/tests/tac/tac-continue.sh > tests/tac/tac-continue.sh
24
+curl -L ${repo}/raw/refs/heads/master/tests/tail/inotify-dir-recreate.sh > tests/tail/inotify-dir-recreate.sh
25
# Add tac-continue.sh to root tests (it requires root to mount tmpfs)
26
# Use sed -i.bak for macOS
27
sed -i.bak 's|tests/split/l-chunk-root.sh.*|tests/split/l-chunk-root.sh\t\t\t\\\n tests/tac/tac-continue.sh\t\t\t\\|' tests/local.mk
0 commit comments