summaryrefslogtreecommitdiffstats
path: root/libcxx/test/testit
diff options
context:
space:
mode:
Diffstat (limited to 'libcxx/test/testit')
-rwxr-xr-xlibcxx/test/testit2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/test/testit b/libcxx/test/testit
index a7423645d5a..18b08145360 100755
--- a/libcxx/test/testit
+++ b/libcxx/test/testit
@@ -12,7 +12,7 @@ currentpath=`pwd`
origpath=$currentpath
currentdir=`basename $currentpath`
while [ $currentdir != "test" ]; do
- if [ $currentdir == "/" ]
+ if [ $currentdir = "/" ]
then
echo "current directory must be in or under \"test\"."
exit 1
OpenPOWER on IntegriCloud