Skip to content

Commit

Permalink
Fix location of true
Browse files Browse the repository at this point in the history
  • Loading branch information
Synchro committed Feb 2, 2013
1 parent e7c8bb7 commit a51a9e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/fakesendmail.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
#Fake sendmail script, adapted from:
#https://github.com/mrded/MNPP/blob/ee64fb2a88efc70ba523b78e9ce61f9f1ed3b4a9/init/fake-sendmail.sh
numPath="/tmp/fakemail"
Expand All @@ -18,4 +18,4 @@ do
echo $line >> $name
done
chmod 777 $name
/usr/bin/true
/bin/true

0 comments on commit a51a9e1

Please sign in to comment.