make check comply to spec
This commit is contained in:
parent
629ad463e5
commit
bcc458d84b
1 changed files with 5 additions and 0 deletions
5
check
5
check
|
@ -1 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
exec 3>&1
|
||||||
|
exec 1>&2
|
||||||
|
|
||||||
|
echo "[]" >&3
|
||||||
|
|
Loading…
Reference in a new issue