summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorLauri Aarnio <Lauri.Aarnio@iki.fi>2008-09-19 15:43:31 +0300
committerLauri Leukkunen <lle@rahina.org>2008-09-27 00:02:43 +0300
commita82cedc811acf9e1054496598297f519da9814ee (patch)
treea8d195397f8241bd49dd27f5b5bf65c7cc68623c /tests
parentfea4c83818d0f75857e24d90655dd602b591b898 (diff)
Cleanup: Replaced more environment variables by conf.vars - SBOX_DIR, SBOX_WORKDIR, SBOX_TARGET
Diffstat (limited to 'tests')
-rwxr-xr-xtests/run.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/run.sh b/tests/run.sh
index d683217..7eade17 100755
--- a/tests/run.sh
+++ b/tests/run.sh
@@ -1,7 +1,7 @@
#!/bin/sh
-export SBOX_DIR=/scratchbox
-export SBOX_LOGIN=$SBOX_DIR/login
+#export SBOX_DIR=/scratchbox
+#export SBOX_LOGIN=$SBOX_DIR/login
tdir=`mktemp -d test.XXXXXX` || exit 1
status=0