Skip to content

Commit

Permalink
Added fake environment for lxc/lxd.
Browse files Browse the repository at this point in the history
  • Loading branch information
lueschem committed Sep 14, 2018
1 parent b729bba commit 4dd568f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tests/fake-lxc-lxd
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/bin/bash

set -o errexit
set -o nounset

if [ "$#" -eq 1 ] && [ "$1" == "--version" ]
then
echo "2.18.0"
else
echo "Fake $0 environment."
fi

0 comments on commit 4dd568f

Please sign in to comment.