tests for NumberOfFiles* summary queries

This commit is contained in:
Alex Ford
2021-05-11 17:19:28 +01:00
parent 8ab95324eb
commit de497dd1ba
7 changed files with 27 additions and 0 deletions

View File

@@ -0,0 +1 @@
queries/summary/NumberOfFilesExtractedSuccessfully.ql

View File

@@ -0,0 +1 @@
queries/summary/NumberOfFilesExtractedWithErrors.ql

View File

@@ -0,0 +1,9 @@
# comment
def hello
p "hello world"
end
# another one
hello

View File

@@ -0,0 +1,5 @@
#!/bin/bash
# This is a bash script
export FOO="$(whereis ls)"
exec "$FOO" "$(dirname "$0")"

View File

@@ -0,0 +1,9 @@
# comment
def hello
p "hello lib"
end
# another one
hello