Browse Source

use new path for uClibc-ng tests

Waldemar Brodkorb 8 years ago
parent
commit
7be7ccca27
1 changed files with 1 additions and 1 deletions
  1. 1 1
      embedded-test.sh

+ 1 - 1
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