mirror of
https://github.com/junegunn/fzf.git
synced 2025-08-10 17:51:58 -07:00
@@ -319,9 +319,9 @@ func TestUnixCommands(t *testing.T) {
|
||||
|
||||
// purpose of this test is to demonstrate some shortcomings of fzf's templating system on Windows
|
||||
func TestWindowsCommands(t *testing.T) {
|
||||
if !util.IsWindows() {
|
||||
t.SkipNow()
|
||||
}
|
||||
// XXX Deprecated
|
||||
t.SkipNow()
|
||||
|
||||
tests := []testCase{
|
||||
// reference: give{template, query, items}, want{output OR match}
|
||||
|
||||
|
Reference in New Issue
Block a user