summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-11-17 20:26:34 +0100
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-11-17 20:26:34 +0100
commit7be7ccca27ea5e82ca777c64f9c428f6f821286e (patch)
tree263611860ff2d8815f50dae38c320991c655083e
parent849a612608985dabeefdb9ae5161a41519c2d06b (diff)
use new path for uClibc-ng tests
-rwxr-xr-xembedded-test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/embedded-test.sh b/embedded-test.sh
index c642503..24be04f 100755
--- a/embedded-test.sh
+++ b/embedded-test.sh
@@ -1033,7 +1033,7 @@ EOF
# libc test
if [ $test = "libc" ]; then
cat >> $file << EOF
-cd /opt/uclibc-ng/test
+cd /usr/lib/uclibc-ng-test/test
sh ./uclibcng-testrunner.sh $tee
EOF
fi