summaryrefslogtreecommitdiff
path: root/qpid/java/client/test/bin/IBM-Sender.sh
diff options
context:
space:
mode:
authorMartin Ritchie <ritchiem@apache.org>2006-09-27 09:23:32 +0000
committerMartin Ritchie <ritchiem@apache.org>2006-09-27 09:23:32 +0000
commit9c80cb49b135e3d05929f893b05a82337c9ea42e (patch)
treee70fd0fba8c1245497916231dce7f7eba7d4721b /qpid/java/client/test/bin/IBM-Sender.sh
parentb48848d374c3717429144ae1e56f7bc8ce987cbc (diff)
downloadqpid-python-9c80cb49b135e3d05929f893b05a82337c9ea42e.tar.gz
Changed IBM Unix scripts to have the correct path /tmp not c:/temp
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@450386 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/client/test/bin/IBM-Sender.sh')
-rwxr-xr-xqpid/java/client/test/bin/IBM-Sender.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/client/test/bin/IBM-Sender.sh b/qpid/java/client/test/bin/IBM-Sender.sh
index 3e8600ed81..672cab9437 100755
--- a/qpid/java/client/test/bin/IBM-Sender.sh
+++ b/qpid/java/client/test/bin/IBM-Sender.sh
@@ -16,4 +16,4 @@
#
export MSGSIZE=100
-qpid-run JMSPerfHarness -pc JNDI -ii com.sun.jndi.fscontext.RefFSContextFactory -iu file:/C:/temp/IBMPerfTestsJNDI/ -cf amq.ConnectionFactory -d amq.Queue -tc jms.r11.Sender -ms $MSGSIZE -mg 1000000 $* \ No newline at end of file
+qpid-run JMSPerfHarness -pc JNDI -ii com.sun.jndi.fscontext.RefFSContextFactory -iu file:///tmp/IBMPerfTestsJNDI/ -cf amq.ConnectionFactory -d amq.Queue -tc jms.r11.Sender -ms $MSGSIZE -mg 1000000 $* \ No newline at end of file