Skip to content

Commit 3533ed2

Browse files
Added some dummy binaries for unit testing
1 parent 5d9761c commit 3533ed2

File tree

5 files changed

+25
-0
lines changed

5 files changed

+25
-0
lines changed

tests/_files/bin/mcrypt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#! /bin/bash
2+
3+
# unit test fake mcrypt command that is executable
4+
5+
exit 0

tests/_files/bin/mongodump

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#! /bin/bash
2+
3+
# unit test fake mcrypt command that is executable
4+
5+
exit 0

tests/_files/bin/mysqldump

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#! /bin/bash
2+
3+
# unit test fake mcrypt command that is executable
4+
5+
exit 0

tests/_files/bin/rsync

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#! /bin/bash
2+
3+
# unit test fake mcrypt command that is executable
4+
5+
exit 0

tests/_files/bin/tar

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#! /bin/bash
2+
3+
# unit test fake mcrypt command that is executable
4+
5+
exit 0

0 commit comments

Comments
 (0)