Skip to content

Commit

Permalink
Fixed logic bug in test script.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Oct 3, 2009
1 parent 19d6b6d commit 9ce07c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test.sh
Expand Up @@ -88,8 +88,8 @@ gcc -m32 -O0 -ggdb3 -o hello-fatlink-x86 ../hello.c hello.so -Wl,-rpath,.
# and, you know...run the programs themselves (glibc, kernel tests).
./hello
./hello-dlopen
[ "x$AMD64" = "1" ] && ./hello-fatlink-amd64
[ "x$AMD64" = "1" ] && ./hello-fatlink-obj-amd64
[ "x$AMD64" = "x1" ] && ./hello-fatlink-amd64
[ "x$AMD64" = "x1" ] && ./hello-fatlink-obj-amd64
./hello-fatlink-x86
./hello-fatlink-obj-x86

Expand Down

0 comments on commit 9ce07c4

Please sign in to comment.