litecli: update test

master
Dustin Rodrigues 2022-03-29 21:13:32 -04:00 committed by BrewTestBot
parent 58cc34b109
commit ed7a9f44ff
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ class Litecli < Formula
VALUES
('Homebrew');
EOS
system "/usr/bin/sqlite3 test.db < test.sql"
system "sqlite3 test.db < test.sql"
require "pty"