summaryrefslogtreecommitdiff
path: root/yarn.tests/assuming.script
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2013-07-22 08:06:54 +0100
committerLars Wirzenius <liw@liw.fi>2013-07-22 08:06:54 +0100
commitb85ce2b1ee32503cd251f3d45548d22057a66837 (patch)
tree4fe8008027db4563119d196a3f6375da2a1abfce /yarn.tests/assuming.script
parentf02f04190d1973b04790fd60968190b92ba67ef3 (diff)
downloadcmdtest-b85ce2b1ee32503cd251f3d45548d22057a66837.tar.gz
Run yarn in tests without user's config
Diffstat (limited to 'yarn.tests/assuming.script')
-rwxr-xr-xyarn.tests/assuming.script2
1 files changed, 1 insertions, 1 deletions
diff --git a/yarn.tests/assuming.script b/yarn.tests/assuming.script
index 9471280..52eee36 100755
--- a/yarn.tests/assuming.script
+++ b/yarn.tests/assuming.script
@@ -17,7 +17,7 @@ cat <<EOF > "$DATADIR/test.yarn"
touch "$DATADIR/cleanup-flag"
EOF
-./yarn -q "$DATADIR/test.yarn"
+./run-yarn "$DATADIR/test.yarn"
[ -e "$DATADIR/then-flag" ]
[ -e "$DATADIR/cleanup-flag" ]