mirror of
https://github.com/dolthub/dolt.git
synced 2026-04-26 11:39:05 -05:00
dolt diff --limit undefined limit test
Co-authored-by: Tim Sehn <tim@dolthub.com>
This commit is contained in:
@@ -987,4 +987,7 @@ EOF
|
||||
[[ "$output" =~ "diff --dolt a/test2 b/test2" ]] || false
|
||||
[[ "$output" =~ "--- a/test2 @" ]] || false
|
||||
[[ "$output" =~ "+++ b/test2 @" ]] || false
|
||||
|
||||
run dolt diff --limit
|
||||
[ "$status" -ne 0 ]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user