Skip to content

Commit

Permalink
Fix typo in regenerate statedump test util
Browse files Browse the repository at this point in the history
Signed-off-by: Geneviève Bastien <gbastien+lttng@versatic.net>
  • Loading branch information
tahini committed Jun 13, 2018
1 parent 16c4c99 commit 59e1268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utils/utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1614,7 +1614,7 @@ function regenerate_statedump ()
test "$ret" -ne "0"
ok $? "Expected fail on regenerate statedump $sess_name"
else
ok $ret "Metadata regenerate $sess_name"
ok $ret "Statedump regenerate $sess_name"
fi
}

Expand Down

0 comments on commit 59e1268

Please sign in to comment.