[Pkg-javascript-commits] [node-errno] 05/05: make maxdepth first option
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Thu Apr 13 10:34:25 UTC 2017
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository node-errno.
commit b959371d3873c4e9ff92aa75e9bbcfc4c27e1cf2
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Thu Apr 13 15:37:09 2017 +0530
make maxdepth first option
---
debian/tests/runtestsuite | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/tests/runtestsuite b/debian/tests/runtestsuite
index fd33c15..df09f01 100755
--- a/debian/tests/runtestsuite
+++ b/debian/tests/runtestsuite
@@ -13,4 +13,4 @@ find . -name 'test.js' -print0 | \
xargs -0 -n1 \
sh -c 'set -e; echo "Create: $3"; sed -E "$1" < "$3" > "$2/$3"' sedtape "$SEDCMD" "$tmpdir"
# avoid false that does not work outside build dir
-find $tmpdir -name 'test.js' -maxdepth 1 -print0 | xargs -0 -n1 nodejs
+find $tmpdir -maxdepth 1 -name 'test.js' -print0 | xargs -0 -n1 nodejs
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-errno.git
More information about the Pkg-javascript-commits
mailing list