diff options
author | Frederic Marec <frederic.marec@iot.bzh> | 2019-05-27 15:41:47 +0200 |
---|---|---|
committer | Frederic Marec <frederic.marec@iot.bzh> | 2019-05-27 16:45:46 +0200 |
commit | 04811a50849242c970535cab2e4fddfb65762461 (patch) | |
tree | 99600d0d9999bc8f154e058dd4b2106a728b1ceb /test/afb-test/fixtures/removePlatforInfoDirectory.sh | |
parent | 15662d44aa2f827a676dc0fc4dc3230cbe61bda1 (diff) |
Fix platform-info testhalibut_7.99.1halibut/7.99.17.99.1
Fix get test due to wrong level tree
Change set down environement to avoid useless remove
Bug-AGL: SPEC-2457
Change-Id: If61ef13b11af532cc2086a434e9b0c7757418f98
Signed-off-by: Frederic Marec <frederic.marec@iot.bzh>
Diffstat (limited to 'test/afb-test/fixtures/removePlatforInfoDirectory.sh')
-rw-r--r--[-rwxr-xr-x] | test/afb-test/fixtures/removePlatforInfoDirectory.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/afb-test/fixtures/removePlatforInfoDirectory.sh b/test/afb-test/fixtures/removePlatforInfoDirectory.sh index 8e87636..d23c2fb 100755..100644 --- a/test/afb-test/fixtures/removePlatforInfoDirectory.sh +++ b/test/afb-test/fixtures/removePlatforInfoDirectory.sh @@ -23,4 +23,4 @@ set -e #set SUDO variable SUDO=$(command -v sudo) -"${SUDO}" rm -rf "/etc/platform-info" +"${SUDO}" rm -rf "/etc/platform-info/*" |