diff options
Diffstat (limited to 'test/lib/bird.py')
-rw-r--r-- | test/lib/bird.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lib/bird.py b/test/lib/bird.py index 1207e335..9f210bcf 100644 --- a/test/lib/bird.py +++ b/test/lib/bird.py @@ -41,7 +41,7 @@ class BirdContainer(BGPContainer): def _start_bird(self): c = CmdBuffer() - c << '#!/bin/bash' + c << '#!/bin/sh' c << 'bird' cmd = 'echo "{0:s}" > {1}/start.sh'.format(c, self.config_dir) local(cmd) |