aboutsummaryrefslogtreecommitdiff
path: root/test/test-common
diff options
context:
space:
mode:
Diffstat (limited to 'test/test-common')
-rwxr-xr-xtest/test-common2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-common b/test/test-common
index ddc7986..cdc50d3 100755
--- a/test/test-common
+++ b/test/test-common
@@ -70,7 +70,7 @@ vvlog () {
# Run a vland admin command, and optionally log both the full text of
# the command and its output
run_admin_command () {
- ADMIN="python $TOPDIR/admin.py"
+ ADMIN="python $TOPDIR/vland-admin"
vlog "Running \"$ADMIN $@\""
LAST_COMMAND="$@"
RESULT=$($ADMIN $@)