Skip to content

Commit ff91703

Browse files
committed
fix existing tests
Signed-off-by: Antonio Nuno Monteiro <anmonteiro@gmail.com>
1 parent 15a83a0 commit ff91703

1 file changed

Lines changed: 2 additions & 9 deletions

File tree

test/blackbox-tests/test-cases/github5555.t

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This test is about `binaries` in `env` stanzas in `dune-workspace` files.
1111
> EOF
1212

1313
$ cat >x <<EOF
14-
> #/bin/sh
14+
> #!/bin/sh
1515
> echo foo
1616
> EOF
1717

@@ -72,18 +72,11 @@ With 3.2, this fixes the error.
7272
In the default context:
7373

7474
$ t 3.2 _ x
75-
Error: No rule found for .bin/x
76-
-> required by %{bin:x} at dune:3
77-
-> required by alias foo in dune:1
78-
[1]
75+
foo
7976

8077
And for explicit profiles:
8178

8279
$ t 3.2 dev x
83-
Error: No rule found for .bin/x
84-
-> required by %{bin:x} at dune:3
85-
-> required by alias foo in dune:1
86-
[1]
8780

8881
And for another profile:
8982

0 commit comments

Comments
 (0)