summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>2003-03-26 01:46:52 +0000
committerwtc%netscape.com <devnull@localhost>2003-03-26 01:46:52 +0000
commit099d483a7a80ee83e2e32ff47004b43af3783ff9 (patch)
tree835563c8b0b2b58fcbfd4f80a2d73fbeda48041c
parent121b06591deb962cffe147b91e427d212ab8dbca (diff)
downloadnspr-hg-099d483a7a80ee83e2e32ff47004b43af3783ff9.tar.gz
Bug 188246: support OS/2.
Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
-rwxr-xr-xpr/tests/runtests.ksh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pr/tests/runtests.ksh b/pr/tests/runtests.ksh
index 52b1186a..19c628f4 100755
--- a/pr/tests/runtests.ksh
+++ b/pr/tests/runtests.ksh
@@ -225,7 +225,7 @@ echo "\nNSPR Test Results - $OBJDIR\n"
echo "BEGIN\t\t\t`date`"
echo "NSPR_TEST_LOGFILE\t${LOGFILE}\n"
echo "Test\t\t\tResult\n"
-if [ $OS_PLATFORM = "Windows_95" ] || [ $OS_PLATFORM = "Windows_98" ] || [ $OS_PLATFORM = "Windows_NT" ] ; then
+if [ $OS_PLATFORM = "Windows_95" ] || [ $OS_PLATFORM = "Windows_98" ] || [ $OS_PLATFORM = "Windows_NT" ] || [ $OS_PLATFORM = "OS/2" ] ; then
for prog in $TESTS
do
echo "$prog\c"