Initial checkin of Pika from heckimp
This commit is contained in:
16
plug-ins/script-fu/scripts/test/test5/test5.scm
Normal file
16
plug-ins/script-fu/scripts/test/test5/test5.scm
Normal file
@ -0,0 +1,16 @@
|
||||
#!/usr/bin/env pika-script-fu-interpreter
|
||||
|
||||
; Test a .scm file with an invalid shebang
|
||||
; Note "-3.0" missing above.
|
||||
|
||||
; The test depends on platform and env and .interp
|
||||
; Must not be a file system link from pika-script-fu-interpreter to pika-script-fu-interpreter-3.0
|
||||
; Must not be a .interp file having "pika-script-fu-interpreter=pika-script-fu-interpreter-3.0"
|
||||
|
||||
; Expect in the console: "/usr/bin/env: 'script-fu-interpreter': No such file or directory"
|
||||
|
||||
(define (script-fu-test5)
|
||||
(pika-message "Hello script-fu-test5")
|
||||
)
|
||||
|
||||
; !!! No call to script-fu-menu-register
|
Reference in New Issue
Block a user