Skip to content

Commit b7eb74e

Browse files
committed
Fix integration/standalone test
1 parent c17a3eb commit b7eb74e

File tree

1 file changed

+4
-4
lines changed
  • cli/src/sbt-test/integration/standalone

1 file changed

+4
-4
lines changed

cli/src/sbt-test/integration/standalone/test

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ $ exists Foo$.nir
1616
-> runScript scala-native-p --from-path notExisting.nir
1717

1818
# Move nir file to directory outside classpath
19-
$ mkdir ../scala-native-test/
20-
$ copy-file Foo.nir ../scala-native-test//Foo2.nir
21-
$ exists ../scala-native-test/Foo2.nir
22-
> runScript scala-native-p --from-path ../scala-native-test/Foo2.nir
19+
$ mkdir scala-native-test/
20+
$ copy-file Foo.nir scala-native-test/Foo2.nir
21+
$ exists scala-native-test/Foo2.nir
22+
> runScript scala-native-p --from-path scala-native-test/Foo2.nir
2323

2424
> runExec jar cf inside.jar Foo.class Foo.nir Foo$.class Foo$.nir
2525
> runScript scala-native-p --cp inside.jar --from-path Foo.nir Foo$.nir

0 commit comments

Comments
 (0)