Skip to content

Commit

Permalink
Merge pull request #1828 from kujirahand/fix_mac_test
Browse files Browse the repository at this point in the history
テストがmacOSで失敗する問題を修正
  • Loading branch information
kujirahand authored Nov 21, 2024
2 parents 9c3a1ab + 609e85d commit 66c922c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/node/plugin_node_test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,8 @@ describe('plugin_node_test', () => {
await cmp(pathSrc2 +
'F=「{TMP}/bbb」;Fが存在;もしそうならば、Fをファイル削除;' +
'FILEへ「abc」を保存。FILEをZIPに圧縮。ZIPが存在。もし,そうならば「ok」と表示。', 'ok', 200)
await cmp(`${pathSrc2}「{TMP}/bbb」が存在。もし,そうならば「OS_INJECTION」と表示。`, '')
await cmp(`${pathSrc2}FILEをファイル削除。ZIPをTMPに解凍。FILEを読む。トリム。それを表示。`, 'abc')
await cmp(`${pathSrc2};「{TMP}/bbb」が存在。もし,そうならば「OS_INJECTION」と表示。`, '')
await cmp(`${pathSrc2};FILEをファイル削除。ZIPをTMPに解凍。FILEを読む。トリムして表示。`, 'abc')
})
it('圧縮/解凍 - OSコマンドインジェクション対策(修正が不完全だった件の修正) #1325', async function () {
// 7z がない環境ではテストを飛ばす
Expand Down

0 comments on commit 66c922c

Please sign in to comment.