We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d1b52f commit e13b18dCopy full SHA for e13b18d
test/test-open.bats
@@ -83,7 +83,7 @@ notes="./notes"
83
assert_output "Editing $NOTES_DIRECTORY/note.md"
84
}
85
86
-@test "Uses 'editor' if $EDITOR is not available" {
+@test "Uses 'editor' if \$EDITOR is not available" {
87
unset EDITOR
88
# Simulate a `editor` symlink (as in Debian/Ubuntu/etc)
89
function editor() { echo "Editor bin, editing $*"; }
0 commit comments