We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15a83a0 commit ff91703Copy full SHA for ff91703
1 file changed
test/blackbox-tests/test-cases/github5555.t
@@ -11,7 +11,7 @@ This test is about `binaries` in `env` stanzas in `dune-workspace` files.
11
> EOF
12
13
$ cat >x <<EOF
14
- > #/bin/sh
+ > #!/bin/sh
15
> echo foo
16
17
@@ -72,18 +72,11 @@ With 3.2, this fixes the error.
72
In the default context:
73
74
$ 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]
+ foo
79
80
And for explicit profiles:
81
82
$ t 3.2 dev x
83
84
85
86
87
88
And for another profile:
89
0 commit comments