Skip to content

Commit

Permalink
test: fix a test
Browse files Browse the repository at this point in the history
  • Loading branch information
sorawee committed Jul 13, 2023
1 parent 115affc commit b5fc310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/permission-test.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
raco/all-tools
rackunit)

(define-runtime-path test-hash-bang.rkt "tests/test-hash-bang.rkt")
(define-runtime-path test-hash-bang.rkt "test-cases/test-hash-bang.rkt")
(check member 'execute (file-or-directory-permissions test-hash-bang.rkt)
"before -i")
(define raco-fmt (hash-ref (all-tools) "fmt"))
Expand Down

0 comments on commit b5fc310

Please sign in to comment.