summaryrefslogtreecommitdiff
path: root/testprogs
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2015-03-16 10:34:37 +0100
committerAndrew Bartlett <abartlet@samba.org>2015-03-16 23:04:46 +0100
commit32206b045b3a9940f62066bc275e0434ecd086e6 (patch)
tree7ca984b61073c769116e0bb0138c46a4e6c06fef /testprogs
parent7293767a8b1a87aad8bb2b536de8a28dfac2f866 (diff)
downloadsamba-32206b045b3a9940f62066bc275e0434ecd086e6.tar.gz
selftest: make blackbox.ktpass test independent of test environment.
This also prevents the test from cluttering the main selftest prefix directory with temporary data. Note: this test is currently skipped but it should be adapted because of the environment renames anyways. Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'testprogs')
-rwxr-xr-xtestprogs/blackbox/test_ktpass.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/testprogs/blackbox/test_ktpass.sh b/testprogs/blackbox/test_ktpass.sh
index 8a43eb31a0a..8d5ed72aa9b 100755
--- a/testprogs/blackbox/test_ktpass.sh
+++ b/testprogs/blackbox/test_ktpass.sh
@@ -21,7 +21,7 @@ if test -x $BINDIR/samba4kinit; then
samba4kinit=$BINDIR/samba4kinit
fi
-CONFIG="--configfile=$PREFIX/dc/etc/smb.conf"
+CONFIG="--configfile=$PREFIX/etc/smb.conf"
TESTUSER="ktpassUser"