summaryrefslogtreecommitdiff
path: root/java/client/test/bin/IBM-Publisher.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
commit62255135a3cf5ebd85bc465e77fff1715cdebbdc (patch)
tree8176557bde18c65fc9db01fe187d0ba6571d52b7 /java/client/test/bin/IBM-Publisher.sh
parent1ba25d9231401f2f34ee41893d402e3cb2f299ed (diff)
downloadqpid-python-62255135a3cf5ebd85bc465e77fff1715cdebbdc.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/qpid@450386 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/client/test/bin/IBM-Publisher.sh')
-rwxr-xr-xjava/client/test/bin/IBM-Publisher.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/client/test/bin/IBM-Publisher.sh b/java/client/test/bin/IBM-Publisher.sh
index c66c889e38..21b7cd1206 100755
--- a/java/client/test/bin/IBM-Publisher.sh
+++ b/java/client/test/bin/IBM-Publisher.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.Topic -db 1 -dx 4 -tc jms.r11.Publisher -nt 4 $* \ 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.Topic -db 1 -dx 4 -tc jms.r11.Publisher -nt 4 $* \ No newline at end of file