summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorpaltherr <paltherr@epfl.ch>2003-08-27 14:30:57 +0000
committerpaltherr <paltherr@epfl.ch>2003-08-27 14:30:57 +0000
commita2bc132e04a9590519ce0fc22b9cf4c39db4d255 (patch)
treebc58b54bfdc1e947ba6e978ac6cf585b655eee97 /test
parent376b97626ff7398c74f54ea5d6d3b4cb52ee7034 (diff)
downloadscala-a2bc132e04a9590519ce0fc22b9cf4c39db4d255.tar.gz
scala-a2bc132e04a9590519ce0fc22b9cf4c39db4d255.tar.bz2
scala-a2bc132e04a9590519ce0fc22b9cf4c39db4d255.zip
- Changed test-xml to use flag -d of dtd2scala
Diffstat (limited to 'test')
-rwxr-xr-xtest/bin/scala-test3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/bin/scala-test b/test/bin/scala-test
index 2f1ce031b5..a7814015ff 100755
--- a/test/bin/scala-test
+++ b/test/bin/scala-test
@@ -145,8 +145,7 @@ test_xml() {
fi;
rm -rf "$output";
mkdir -p "$output" &&
- cp "$dtdfile" "$output/dtd.dtd" &&
- ( cd "$output"; $DTD2SCALA dtd.dtd dtd ) &&
+ $DTD2SCALA -d "$output" "$dtdfile" dtd &&
$SOCOS -d "$output" $TEST_FLAGS $FLAGS "$objfile" "$source" &&
java -classpath "$classpath" Test "$xmlfile" &&
rm -rf "$output";