Skip to content
Snippets Groups Projects
Commit 1841bf03 authored by Quanah Gibson-Mount's avatar Quanah Gibson-Mount
Browse files

ITS#6026

parent 68b33465
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ for CMD in $SRCDIR/scripts/test*; do
*.bak) continue;;
*.orig) continue;;
*.sav) continue;;
*) test -x "$CMD" || continue;;
*) test -f "$CMD" || continue;;
esac
# remove cruft from prior test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment