summaryrefslogtreecommitdiffstats
path: root/libcxx/test
diff options
context:
space:
mode:
authorJoerg Sonnenberger <joerg@bec.de>2013-07-04 15:11:10 +0000
committerJoerg Sonnenberger <joerg@bec.de>2013-07-04 15:11:10 +0000
commit0644627bef4991d747ab8495693d35442bf70cb6 (patch)
tree20cffed96ae559df56520ef541caf7f7ddf4429a /libcxx/test
parent80a99478bd0e66a6b758c752ba8dfeaf0f218083 (diff)
downloadbcm5719-llvm-0644627bef4991d747ab8495693d35442bf70cb6.tar.gz
bcm5719-llvm-0644627bef4991d747ab8495693d35442bf70cb6.zip
Fix bashism.
llvm-svn: 185646
Diffstat (limited to 'libcxx/test')
-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