Skip to content

Commit

Permalink
fix: clean up after econf empty array spec test (ElektraInitiative#4061)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmakar committed May 3, 2023
1 parent 21f8b72 commit 79e0486
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@ do_tests() {

"$KDB" meta-set "$KEY/format" array "#2"
"$KDB" ls "spec:/sw/example/econf/#0" | check_if_parent_exists

"$KDB" rm -r "$UKEY"
"$KDB" rm -r "$SPECKEY"
"$KDB" umount "$SPECKEY"
"$KDB" umount "$UKEY"
"$KDB" umount "$KEY"
}

echo "Testing build with cmake"
Expand Down

0 comments on commit 79e0486

Please sign in to comment.