Skip to content

Commit

Permalink
Interpreter checks
Browse files Browse the repository at this point in the history
  • Loading branch information
zoulasc committed Oct 9, 2022
1 parent e2b34d5 commit 34aa77f
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@ bcachefs.result \
bcachefs.testfile \
cl8m8ocofedso.result \
cl8m8ocofedso.testfile \
cmd1.testfile \
cmd1.result \
cmd2.testfile \
cmd2.result \
cmd3.testfile \
cmd3.result \
cmd4.testfile \
cmd4.result \
dsd64-dff.result \
dsd64-dff.testfile \
dsd64-dsf.result \
Expand Down
1 change: 1 addition & 0 deletions tests/cmd1.result
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
a /usr/bin/cmd1 script, ASCII text executable
1 change: 1 addition & 0 deletions tests/cmd1.testfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#! /usr/bin/cmd1
1 change: 1 addition & 0 deletions tests/cmd2.result
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
a /usr/bin/cmd2 script, ASCII text executable
1 change: 1 addition & 0 deletions tests/cmd2.testfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#!/usr/bin/cmd2
1 change: 1 addition & 0 deletions tests/cmd3.result
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
a /usr/bin/cmd3 script executable (binary data)
2 changes: 2 additions & 0 deletions tests/cmd3.testfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/usr/bin/cmd3

1 change: 1 addition & 0 deletions tests/cmd4.result
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
a /usr/bin/cmd4 script executable (binary data)
2 changes: 2 additions & 0 deletions tests/cmd4.testfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#! /usr/bin/cmd4


0 comments on commit 34aa77f

Please sign in to comment.