]> git.sur5r.net Git - bacula/bacula/blob - regress/scripts/dummy_bsmtp
Make out of freespace non-fatal for removable devices -- i.e. behaves like tape
[bacula/bacula] / regress / scripts / dummy_bsmtp
1 #!/bin/sh
2 #
3 # Copyright (C) 2000-2015 Kern Sibbald
4 # License: BSD 2-Clause; see file LICENSE-FOSS
5 #
6
7
8 while test 1 ; do
9   read a
10   if test $? != 0; then
11     exit 0
12   fi
13 done
14 exit 0