Improve unit tests

This commit is contained in:
Darko Poljak 2019-11-25 08:42:42 +01:00
commit 9ed5912461
3 changed files with 11 additions and 15 deletions

View file

@ -1,5 +1,3 @@
#!/bin/cat
#!/bin/sh
######################################################################
General post_exec executed.
######################################################################
echo 'General post_exec executed.'

View file

@ -1,5 +1,3 @@
#!/bin/cat
#!/bin/sh
######################################################################
General pre__exec executed.
######################################################################
echo 'General pre__exec executed.'