Skip to content

Commit 44f6de7

Browse files
Fix regression failures
1 parent 5d7bec0 commit 44f6de7

File tree

7 files changed

+416
-428
lines changed

7 files changed

+416
-428
lines changed

test/00/checkReadOnlySaveFails.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ trap "fail" 1 2 3 15
3131
# test that save file throws an error if it can't
3232
cat >input.tcl <<EOF
3333
minsky.save writeable.mky
34-
if [catch {minsky.save readonly.mky}] {tcl_exit 0}
34+
if [catch {minsky.save /minsky-dummy/readonly.mky}] {tcl_exit 0}
3535
tcl_exit 1
3636
EOF
3737

test/renderedImages/allItemsBare.svg

Lines changed: 67 additions & 69 deletions
Loading

test/renderedImages/allItemsHeadAndTail.svg

Lines changed: 70 additions & 72 deletions
Loading

test/renderedImages/allItemsMouseOver.svg

Lines changed: 67 additions & 69 deletions
Loading

test/renderedImages/allItemsOnBorder.svg

Lines changed: 67 additions & 69 deletions
Loading

test/renderedImages/allItemsSelected.svg

Lines changed: 74 additions & 76 deletions
Loading

test/renderedImages/allItemsTail.svg

Lines changed: 70 additions & 72 deletions
Loading

0 commit comments

Comments
 (0)